projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7862729
)
(syms_of_minibuf): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 24 Oct 1995 16:29:45 +0000
(16:29 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 24 Oct 1995 16:29:45 +0000
(16:29 +0000)
src/minibuf.c
patch
|
blob
|
history
diff --git
a/src/minibuf.c
b/src/minibuf.c
index 27855e169909992c0d0c698834735c47fdc48a9d..18a51c4c709fde13630e4925bb9fc8f9b2b2df5c 100644
(file)
--- a/
src/minibuf.c
+++ b/
src/minibuf.c
@@
-1772,7
+1772,8
@@
t means to return a list of all possible completions of STRING.\n\
DEFVAR_LISP ("minibuffer-history-variable", &Vminibuffer_history_variable,
"History list symbol to add minibuffer values to.\n\
-Each minibuffer output is added with\n\
+Each string of minibuffer input, as it appears on exit from the minibuffer,\n\
+is added with\n\
(set minibuffer-history-variable\n\
(cons STRING (symbol-value minibuffer-history-variable)))");
XSETFASTINT (Vminibuffer_history_variable, 0);